home *** CD-ROM | disk | FTP | other *** search
- #define D_START_RED_MSG_TYPE 3
- #define D_MAX_MALLOC_SZ 16000
- #define D_TYPE_GSUM 4
- #define D_TYPE_GPROD 5
- #define D_TYPE_GMIN 6
- #define D_TYPE_GMAX 7
- #define D_TYPE_GMINDEX 8
- #define D_TYPE_GMAXDEX 9
- #define D_ENV_INFO_LEN 2 * sizeof(long int)
- #define D_RED_HD_SZ 16
- #define D_PM_SZ 2 * sizeof(long int)
- #define D_MP_SZ 5 * sizeof(long int)
- typedef struct {
- int D_reduct_type;
- int D_reduct_data_type;
- } D_reduct_type_descriptor;
-